home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man white.swf / scripts / DefineSprite_117 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  373 b   |  16 lines

  1. stop();
  2. Back1 = new Sound();
  3. Back1.attachSound("BG1");
  4. Back2 = new Sound();
  5. Back2.attachSound("BG2");
  6. Back3 = new Sound();
  7. Back3.attachSound("BG3");
  8. BlueGh = new Sound();
  9. BlueGh.attachSound("BGGhost");
  10. EyesGh = new Sound();
  11. EyesGh.attachSound("BGEyes");
  12. ExLife = new Sound();
  13. ExLife.attachSound("ExLife");
  14. NewLev = new Sound();
  15. NewLev.attachSound("NewLev");
  16.